home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
ai
/
bpnn133u
/
demo2rgn.rsp
< prev
next >
Wrap
Text File
|
1992-11-18
|
711b
|
40 lines
//
// file: demo2rgn.rsp
// desc: demo2 recognition response file
// by: patrick ko shu pui
// date: 27 apr 1992
//
// 4 input units
-i=4
// 4 output units
-o=4
// 2 hidden layers
-hh=2
// 1st hidden layer = 4 units
-h=4
// 2nd hidden layer = 3 units
-h=3
// use demo2.rgn as recognition file
-frecog=demo2.rgn
// and there are 2 recognition patterns
-samp=2
// use the weight dump file demo2.dmp output from training
-fdump=demo2.dmp
// output the result in demo2.out
-fout=demo2.out
//
// The above response file is equivalent to the following command line
//
// bprecog -i=4 -o=4 -hh=2 -h=4 -h=3 -frecog=demo2.rgn -samp=2 -fdump=demo2.dmp -fout=demo2.out
//